'Declaration
Public Function New( _ ByVal p As System.Collections.Generic.ICollection(Of Element) _ )
'Usage
Dim p As System.Collections.Generic.ICollection(Of Element) Dim instance As New ElementCollection(p)
public ElementCollection( System.Collections.Generic.ICollection<Element> p )
Parameters
- p